home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
tori
/
sharedi.cst
/
03032_Script_3032
< prev
next >
Wrap
Text File
|
1983-01-27
|
1KB
|
44 lines
on DIDA _direz, _beep
-- global si_text,si_name,si_numero_linee,si_pos,si_copia_video
--
-- if the number of lines in the text of member si_text of castLib si_name - si_numero_linee > 0 then
-- duplicate member si_text of castLib si_name, member 500 of castLib "internal"
-- else
-- exit
-- end if
--
-- if _direz = "su" then
-- if si_pos > 1 then
-- set si_pos to si_pos - 1
-- delete line 1 to si_pos of member 500 of castLib "internal"
-- else
-- set si_pos to 1
-- if _beep = "sibeep" then beep
-- end if
-- end if
--
-- if _direz = "giu" then
-- if si_pos < the number of lines in the text of member si_text of castLib si_name - si_numero_linee then
-- set si_pos to si_pos + 1
-- else
-- set si_pos to the number of lines in the text of member si_text of castLib si_name - si_numero_linee
-- if _beep = "sibeep" then beep
-- end if
-- delete line 1 to si_pos of member 500 of castLib "internal"
-- end if
-- duplicate member 500 of castLib "internal", member si_copia_video of castLib "internal"
global si_copia_video
if _direz="su" then
scrollByLine member si_copia_video of castLib "Internal", -1
end if
if _direz="giu" then
scrollByLine member si_copia_video of castLib "Internal" , 1
end if
end